[PATCH] work around rounding difference on i386 in descriptiveStatistics test
authorRene Engelhard <rene@rene-engelhard.de>
Thu, 23 Dec 2021 15:42:21 +0000 (16:42 +0100)
committerRene Engelhard <rene@debian.org>
Fri, 1 Jul 2022 19:51:28 +0000 (20:51 +0100)
commit1a0b2a7acc0dd707e19e84ffd2417a8972ce2055
treeb8ff297fc8337d97178dca9e821bdac16e2be491
parent5e1d2e519f0b82d01d7b3e84060d797fb9c724b5
[PATCH] work around rounding difference on i386 in descriptiveStatistics test

No idea why this only appears now, but:

======================================================================
FAIL: test_descriptive_statistics (descriptiveStatistics.descriptiveStatistics)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rene/tmp/autopkgtest-lxc.4j23khs6/downtmp/build.zIT/src/sc/qa/uitest/statistics/descriptiveStatistics.py", line 108, in te
st_descriptive_statistics
    self.assertEqual(round(get_cell_by_position(document, 0, 6, 10).getValue(),14) , 0.01524095329036)
AssertionError: 0.01524095329035 != 0.01524095329036

Change-Id: I496daf61a9542ea0da78e6092dd7070a2665ab0a

Gbp-Pq: Name fix-uicheck-tests-on-i386.patch
sc/qa/uitest/statistics/descriptiveStatistics.py